.roundabout-holder {
	width:260px; position: relative;
}
.roundabout-holder_exp {
	width:260px; margin: 0 auto; height:144px; position: absolute; z-index:110;
}

.roundabout-moveable-item_exp {
	border:1px solid #d7d7d7; height: 140px; width: 100px; cursor: pointer;
	list-style-type: none !important;
	list-style-image: none !important;
}

.roundabout-moveable-item_exp img {
	width:100%; height:100%;
}

.roundabout-in-focus {
	cursor: auto;
}

#prevExp_exp,
#nextExp_exp {
	position:absolute;
	top:133px;
	z-index:111;
}
#prevExp_exp { right:0; }
#nextExp_exp { left:0; }

#filler {
	clear:both;
	padding:12px 0 2px 0;
}

.roundabout-holder_exp a img { border:none; }